projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50dad37
)
Change cargo.toml to use `[package]`
author
Steve Klabnik
<steve@steveklabnik.com>
Tue, 28 Jun 2016 19:17:47 +0000
(15:17 -0400)
committer
GitHub
<noreply@github.com>
Tue, 28 Jun 2016 19:17:47 +0000
(15:17 -0400)
These are aliases, but `[project]` is considered incorrect these days.
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 3b0402079b66f1bf2fa49fdba5d775777ceb0b20..fc92dd56d657c55ee76df59265d4aa9fc09dc4d8 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-1,4
+1,4
@@
-[p
roject
]
+[p
ackage
]
name = "cargo"
version = "0.12.0"
authors = ["Yehuda Katz <wycats@gmail.com>",